home *** CD-ROM | disk | FTP | other *** search
/ CDV Software Presents (USA) / CDV Software Presents (USA).bin / demo / bk_demo.exe / DATA.PAK / ui / playerlagged.lua < prev    next >
Encoding:
Text File  |  2002-11-10  |  309 b   |  10 lines

  1. function LuaProcessMessage( nMessageCode, nFirst, nSecond )
  2.     if ( nMessageCode == 536936450  and nFirst >= 10010 and nFirst < 10027 ) then --window clicked
  3.         nMessage = SetProcessedFlag( 2098186 ) -- MC_MP_DROP_LAGGED_PLAYER
  4.         AddMessage( nMessage, nFirst - 10010, 0 )
  5.         return 1
  6.     end
  7.  
  8.     return 0
  9. end
  10.